PostScript Procedure Set List Structure
The PostScript procedure set list structure, of data typegxProcSetListRec
, contains a list of the procedures needed to image the specified document. This structure is used by theGXPostScriptGetDocumentProcSetList
andGXPostScriptDownloadProcSetList
messages, whose descriptions begin on page 4-112.
struct gxProcSetListRec { Signature clientId; OSType controlType; short controlid; OSType dataType; long reserved0; }; typedef struct gxProcSetListRec gxProcSetListRec, *gxProcSetListPtr, **gxProcSetListHdl;
Field Description
clientId
- The unique ID provided by the printing extension or printer driver to avoid resource conflicts.
controlType
- A resource type that serves as a control resource for the procedure set.
controlid
- The ID of the resource that controls the downloading of the procedure set.
dataType
- The resource type that, in combination with the control resource, specifies which resources are to be interpreted as belonging to the procedure set.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help